翻訳と辞書
Words near each other
・ Boiler Room (music project)
・ Boiler Room Girls
・ Boiler Scrappage Scheme
・ Boiler stay
・ Boiler tube
・ Boiler water
・ Boilermaker
・ Boilermaker (beer cocktail)
・ Boilermaker (disambiguation)
・ Boilermaker Road Race
・ Boilermaker Special
・ Boilerplate
・ Boilerplate (robot)
・ Boilerplate (spaceflight)
・ Boilerplate (text)
Boilerplate code
・ Boilersuit
・ Boilery
・ Boileryard Clarke
・ Boilesk
・ Boilghin
・ Boilie
・ Boiling
・ Boiling chip
・ Boiling down
・ Boiling frog
・ Boiling Lake
・ Boiling liquid expanding vapor explosion
・ Boiling Nuclear Superheater (BONUS) Reactor Facility
・ Boiling point


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Boilerplate code : ウィキペディア英語版
Boilerplate code
In computer programming, boilerplate code or boilerplate is the sections of code that have to be included in many places with little or no alteration. It is often used when referring to languages that are considered ''verbose'', i.e. the programmer must write a lot of code to do minimal jobs. (chunk of code that is copied over and over again with little or no changes made to it in the process.)
The need for boilerplate can be reduced through high-level mechanisms such as metaprogramming (which has the computer automatically write the needed boilerplate text), convention over configuration (which provides good default values, reducing the need to specify program details in every project) and model-driven engineering (which uses models and model-to-code generators, eliminating the need for boilerplate manual code).
== Origin ==

''Interestingly, the term arose from the newspaper business. Columns and other pieces that were syndicated were sent out to subscribing newspapers in the form of a mat (i.e. a matrix). Once received, boiling lead was poured into this mat to create the plate used to print the piece, hence the name boilerplate. As the article printed on a boilerplate could not be altered, the term came to be used by attorneys to refer to the portions of a contract which did not change through repeated uses in different applications, and finally to language in general which did not change in any document that was used repeatedly for different occasions.''
A related term is ''bookkeeping code'', referring to code that is not part of the business logic but is interleaved with it in order to keep data structures updated or handle secondary aspects of the program.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Boilerplate code」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.